asp.net MVC

Could not find a part of the path ... bin\roslyn\csc.exe | Server Error in ASP.net application

Could not find a part of the path ... bin\roslyn\csc.exe | Server Error in ASP.net application, someone asked me to explain?
MVC

I got this following error while running the asp.net mvc project Could not find a part of the path '...\bin\roslyn\csc.exe'. 

Server error

Solution:

 To Resolve this problem open Package manager console and enter the following command and press enter.


Tools > Nuget Package Manager > Package Manager Console

Nuget package manager console

Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

VIDEO GUIDE:


Post your comments / questions